home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / v / varkcliutils11.dms / varkcliutils11.adf / VARK / TBClock.doc / TBClock.doc
Text File  |  1996-01-12  |  3KB  |  94 lines

  1. Program: TBClock
  2.  
  3. Version: 2.2 (4.1.96)
  4.  
  5. Author:  Simon Clayton
  6.          12 Valley Way
  7.          Exmouth
  8.          Devon
  9.          EX8 4PD
  10.          ENGLAND
  11.  
  12.          EMail: sdc395@ecs.soton.ac.uk
  13.  
  14. Short:   TBClock is a commodities based locale sensitive screen title bar
  15.          clock
  16.  
  17. Req.:    TBClock works on any Amiga with OS 2.04 or above and locale.library
  18.  
  19. It can be run from a CLI or Workbench and takes it's settings from the
  20. command line or .info file respectively.
  21.  
  22. The arguments/tooltypes are as follows:
  23.  
  24. CX_POPUP    - show user interface on startup.  Default NO
  25.  
  26. CX_POPKEY   - specify hotkey using commodities conventions.  Default
  27.               "control alt t"
  28.  
  29. CX_PRIORITY - commodities priority.  Default 0
  30.  
  31. FORMAT      - a string describing what is to appear on the title bar.  May
  32.               contain any of the following:
  33.  
  34.                    %a - abbreviated weekday name
  35.                     %A - weekday name
  36.                     %b - abbreviated month name
  37.                     %B - month name
  38.                     %c - same as "%a %b %d %H:%M:%S %Y"
  39.                     %C - same as "%a %b %e %T %Z %Y"
  40.                     %d - day number with leading 0s
  41.                     %D - same as "%m/%d/%y"
  42.                     %e - day number with leading spaces
  43.                     %h - abbreviated month name
  44.                     %H - hour using 24-hour style with leading 0s
  45.                     %I - hour using 12-hour style with leading 0s
  46.                     %j - julian date
  47.                     %m - month number with leading 0s
  48.                     %M - the number of minutes with leading 0s
  49.                     %n - insert a linefeed
  50.                     %p - AM or PM strings
  51.                     %q - hour using 24-hour style
  52.                     %Q - hour using 12-hour style
  53.                     %r - same as "%I:%M:%S %p"
  54.                     %R - same as "%H:%M"
  55.                     %S - number of seconds with leadings 0s
  56.                     %t - insert a tab character
  57.                     %T - same as "%H:%M:%S"
  58.                     %U - week number, taking Sunday as first day of week
  59.                     %w - weekday number
  60.                     %W - week number, taking Monday as first day of week
  61.                     %x - same as "%m/%d/%y"
  62.                     %X - same as "%H:%M:%S"
  63.                     %y - year using two digits with leading 0s
  64.                     %Y - year using four digits with leading 0s
  65.  
  66.               so "%e-%b-%Y %q:%M" would produce something like
  67.               "21-Dec-1995 21:59"
  68.  
  69. UPDATE      - updating delay in tenths of seconds.  Range: 1 to 600.
  70.               Default 10
  71.  
  72. JUMP        - jump to foremost screen?  Default NO
  73.  
  74. NOCHECK     - don't check for rendering space.  Default NO
  75.  
  76. Please send me any comments or suggestions you have to improve TBClock.
  77.  
  78. I realise that this isn't a very in-depth .doc but I hate writing them and
  79. this is a VERY simple program :)
  80.  
  81. One more thing...
  82.  
  83. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  84. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE
  85. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  86. YOU ARE ADVISED TO TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT.  YOU
  87. AGREE TO ACCEPT THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  88. SOFTWARE AND DOCUMENTATION.  IN NO EVENT WILL SIMON CLAYTON BE LIABLE FOR
  89. DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY
  90. DEFECT IN THE PROGRAM.
  91.  
  92. Hope you like it,
  93.  
  94. Simon